IT355 Software Engineering

Subject Cordinator: - Dr. Bimal Patel

Subject Name: - Software Engineering

Semester: - 6





PRACTICAL LIST
1 Apply appropriate software process model for given project definition. Consider survey paper comparing each process model in detail along with agile concept.
2 Explore the Jira as a project management tool for the agile Development. Execute following Activity in Jira Tool.
1) Free Trial Setup
2) Create an Epic
3) Create an Issue
4) Create Story
5) Create Subtask
6) Create Sprint
3
Create Wireframe for your given Project.
4 Practicing with ‘Version Control System-GIT’. Create repository and mention the demos of push command and Pull request. Reference link: https://opensource.com/article/19/5/practical-learning-exercise-git
5 Explore SONARQUBE as Software Coding Analysis Tools for Code Inspection to check the Quality of code with.
6 Installation of J-Unit Testing Framework and Create and run the Test case for java programs with J-unit.
Reference link: https://www.guru99.com/junit-tutorial.html
7 Installation of Selenium automated testing tool and Create Test Scripts in Selenium.
Reference link: https://www.guru99.com/selenium-python.html
8 How your site performs, reveal why it's slow and discover optimization opportunities with GTMetrix.
9 Explore the Jenkins DevOps tool as a continuous Integration and continuous deployment tool.
Reference Link: https://www.guru99.com/jenkins-tutorial.html